@font-face {
    font-family: TacticSans;
    font-weight: bold;
    src: url("/public/fonts/TacticSans-Bld.otf") format("opentype");
}

.body-anonymous {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 5rem!important;
}

.content-anonymous {
    min-width: 0;
    flex-grow: 1;
}

.footer-anonymous {
    color:#f2f6fc !important;
    line-height: 1;
    font-size: .8rem;
}

.footer-admin {
    color:#a7aeb8 !important;
    line-height: 1;
    font-size: .8rem;
    height: 5rem;
    display: flex;
    align-items: center;
}

.logo-header-anonymous {
    max-width: 100%;
    max-height: 100px;
}

.body-anonymous {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 5rem!important;
}

.content-anonymous {
    min-width: 0;
    flex-grow: 1;
}

.footer-anonymous {
    color:#f2f6fc !important;
    line-height: 1;
    font-size: .8rem;
}

.footer-admin {
    color:#a7aeb8 !important;
    line-height: 1;
    font-size: .8rem;
    height: 5rem;
    display: flex;
    align-items: center;
}

.logo-header-anonymous {
    max-width: 100%;
    max-height: 100px;
}

.bg-jeu {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: url('/public/images/fond_jeu.jpg');
    background-size: cover;
}

.bg-ecran {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: url('/public/images/fond_ecran.jpg');
    background-size: cover;
}

.bg-vertical {
    background-image: url('/public/images/fond_vertical.jpg');
}

.logo-horizontal {
    min-height: 100px;
    background-image: url('/public/images/logo_horizontal_de.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.div-candidat {
    width: 180px; 
    height: 210px;
}

.div-candidat-sm {
    width: 80px; 
    height: 93px;
}

.img-candidat {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.img-candidat-sm {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.alpha-candidat {
    position: relative;
}

.alpha-candidat:after {
    content: "";
    background-image: url('/public/images/trombino_masque.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.virtual-key {
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    color: black;
    text-align: center;
    font-size: 25;
    font-weight: bolder;
    padding-top: 11px;
    margin: 10px;
}

.virtual-case {
    width: 40px; 
    height: 40px;
    border: solid 4px white;
    border-radius: .75rem;
    margin: 10px;
}

.virtual-circle {
    width: 16px; 
    height: 16px;
    border-radius: 8px;
    background-color: #e8471e;
    margin: 8px;
}

.btn:disabled, .btn.disabled {
    pointer-events: none;
    opacity: 0.3;
}